Welcome![Sign In][Sign Up]
Location:
Search - DIF FFT

Search list

[Mathimatics-Numerical algorithmsDIF-FFT

Description: 计算序列的DFT的快速算法-DFT calculated sequence of the fast algorithm
Platform: | Size: 1024 | Author: 陈国栋 | Hits:

[Algorithmdit-dif-fft

Description: 快速傅立叶算法,按时间和按频率抽取的基2算法-Fast Fourier algorithm, time and frequency taken by the base 2 Algorithm
Platform: | Size: 1099776 | Author: 赵勇 | Hits:

[Windows DevelopHow to implement the FFT algorithm

Description: Basically, this article describes one way to implement the 1D version of the FFT algorithm for an array of complex samples. The intention of this article is to show an efficient and fast FFT algorithm that can easily be modified according to the needs of the user. I ve studied the FFT algorithm when I was developing a software to make frequency analysis on a sample of captured sound.-Basically, this article describes one way to implement the 1D version of the FFT algorithm for an array of co mplex samples. The intention of this article is to show an efficient and fast FFT algorithm that can easily be modified according to the needs of the user. I ve studied the FFT algorithm when I wa s developing a software to make frequency Analytics sis on a sample of captured sound.
Platform: | Size: 27648 | Author: 冰城 | Hits:

[matlabmatlab-signal

Description: 用c语言实现下列的数字信号处理算法 1.离散傅里叶级数合成连续周期信号 2.DIF FFT 测试程序 3.将输入数据的幅度画出图形 4.使用FFT实现快速卷积 5.使用FFT实现快速相关 6.取样混迭演示程序 -language used to achieve the following digital signal processing algorithms 1. Discrete Fourier series synthetic signal two consecutive cycles. DIF FFT three test procedures. The input data rate of 4 paint graphics. Use FFT fast convolution 5. Use FFT fast correlation 6. Aliasing sampling Demonstration Program
Platform: | Size: 19456 | Author: 胡叶 | Hits:

[DSP programDIF_FFT

Description: 按频率抽取计算FFT的C++源代码,可以较方便地移植到有C/C++开发环境的DSP中去-by FFT frequency calculated from the C source code, can be easily ported to the C/C development environment to the DSP
Platform: | Size: 1024 | Author: Y.P.Zhou | Hits:

[Algorithm2FFandIFFT

Description: 时间抽选基2FFT及IFFT算法C语言实现-time selected radix 2 FFT and IFFT algorithm C Language
Platform: | Size: 2048 | Author: jia | Hits:

[matlabmyfft_DIT_DIF

Description: 采用DIT和DIF两种蝶形算法实现的FFT变换,其中myfft1是DIT算法,myfft2是DIF算法,已经过测试,可以方便使用。-DIT and DIF using two algorithms of FFT butterfly transformation, which myfft1 is DIT algorithm, myfft2 is the DIF algorithm, has been tested, it will be convenient to use.
Platform: | Size: 3072 | Author: zhanghongwei | Hits:

[DSP programfft-DIF

Description: 自己编写的C语言基于频率抽取的基2FFT算法,用于大家学习交流-I have written C language based on the frequency of taking the base 2FFT algorithm, for them to learn from the exchange of
Platform: | Size: 1024 | Author: 王伟兰 | Hits:

[Mathimatics-Numerical algorithmsfft

Description: FFT算法的基本原理是把长序列的DFT逐次分解为较短序列的DFT。按照抽取方式的不同可分为DIT-FFT(按时间抽取)和DIF-FFT(按频率抽取)算法。按照蝶形运算的构成不同可分为基2、基4、基8以及任意因子(2n,n为大于1的整数),基2、基4算法较为常用。-FFT algorithm is the basic principle of DFT successive long sequence is broken down into shorter sequences of DFT. In accordance with the different extraction methods can be divided into the DIT-FFT (time taken) and the DIF-FFT (according to the frequency of extraction) algorithm. In accordance with the composition of different butterfly operations can be divided into base 2, base 4, base 8, as well as arbitrary factor (2n, n is an integer greater than 1), radix-2, Radix-4 algorithm is more commonly used.
Platform: | Size: 1024 | Author: 李文 | Hits:

[AlgorithmFFT

Description: FFT算法的基本原理是把长序列的DFT逐次分解为较短序列的DFT.按照抽取方式的不同可分为DIT-FFT(按时间抽取)和DIF-FFT(按频率抽取)算法.按照蝶形运算的构成不同可分为基2、基4、基8以及任意因子(2n,n为大于1的整数),基2、基4算法较为常-The FFT algorithm s basic principle is decomposes gradually long sequence DFT into short sequence DFT. different may divide into according to the extraction way DIT-FFT (according to time extraction) and DIF-FFT (according to frequency extraction) the algorithm. Different may divide into the base 2, base 4, bases according to the butterfly-shaped operation s constitution 8 as well as the random factor (2n, n is bigger than 1 integer), the base 2, base 4 algorithms are more common.
Platform: | Size: 419840 | Author: 卡其米奇 | Hits:

[CommunicationDIF_SFFT

Description: 自己编写的基于频域抽取的分裂基FFT算法的程序代码-provide the DIF-FFT
Platform: | Size: 1024 | Author: huangzongzhi | Hits:

[Windows DevelopMACD1

Description: MACD指标(Moving Average Convergence Divergence) 平滑异同移动平均线. 主要是利用长期与中短期移动平均线来计算两者之间的差离情况,作为研判未来行情走势的依据,其中包括了三条线:MACD线、DIF线(是核心)、柱状线 BAR(MACD辅助指标—用红柱和绿柱,其公式为:BAR=2×(DIF-DEA))。但要切记:任何指标相对于成交量而言都是滞后的,避免进入纯指标分析误区, 所以任何技术指标不能孤立的使用。-MACD indicator (Moving Average Convergence Divergence) moving average smoothing differences and similarities. Mainly used in long-term and short-term moving average calculated from the difference between the two cases, as judged based on future market trends, including the three lines: MACD line, DIF line (the core), columnar lines BAR (MACD auxiliary indicators- with红柱and the Green column, the formula is: BAR = 2 × (DIF-DEA)). However, bear in mind: in relation to any indicators are lagging behind in terms of volume to avoid errors into the net index analysis, it can not be any technical indicators for the use of isolation.
Platform: | Size: 1024 | Author: yy001 | Hits:

[Special EffectsDIF-IFFT

Description: 可用于图像处理中的傅立叶逆变换子程序,使用fortran编程-Can be used for image processing in the inverse Fourier transform subroutine, use the fortran program
Platform: | Size: 1024 | Author: 宋生 | Hits:

[VHDL-FPGA-Verilog64pointFFTR2MDC

Description: 该工程实现了一个64点DIF FFT,verilog编写,采用R2MDC结构,通过Modelsim功能仿真,压缩包里有rtl代码,dc脚本,输出报告。-The project implements a 64-point DIF FFT, verilog compiled by R2MDC structure, through the Modelsim functional simulation, compression bag with rtl code, dc script, the output report.
Platform: | Size: 672768 | Author: ShuChen | Hits:

[3G developfft

Description: there is some codes about DIT AND DIF OF FFT
Platform: | Size: 8192 | Author: maechel | Hits:

[AlgorithmfixedPointFFTAlgorithm(DIT-DIF-SRFFT)

Description: 不同定点FFT算法的性能比较,适合于OFDM信道估计FFT算法-Different fixed-point FFT algorithm performance comparison for channel estimation in OFDM FFT algorithm
Platform: | Size: 345088 | Author: 邵新明 | Hits:

[DSP programdit-dif-fft

Description: 基于dsp的FFT实现,在板子上调试通过,功能实现的不错,就是代码有点罗嗦,请高手继续改进-Dsp of the FFT based implementation of debugging by the board, functions to achieve the good, is the code a bit wordy, please continue to improve the master
Platform: | Size: 413696 | Author: deng | Hits:

[Windows Developdit-dif-fft-and-dit-dif-ifft

Description: 基2_dit-dif-fft与dit-dif-ifft的C语言实现,可运行-Base 2_dit-dif-fft with dit-dif-ifft in C language, run
Platform: | Size: 2048 | Author: 林佳择 | Hits:

[matlab8PT-FFTUSING-DIF-FFT

Description: THIS THE PROGRAMME IN WHICH THE 8 POINT FFT OF THE SEQUENCE IS OBTAINED USING THE DIF FFT TECHNIQUE.-THIS IS THE PROGRAMME IN WHICH THE 8 POINT FFT OF THE SEQUENCE IS OBTAINED USING THE DIF FFT TECHNIQUE.
Platform: | Size: 9216 | Author: Rajeshwari | Hits:

[Embeded-SCM Develop设计案例-FFT至简设计实现法

Description: DIT-FFT至简设计实现法 工程说明 案例补充说明 本案例无论是模块划分、计数器设计、还是乒乓操作的读写处理,都始终基于“至简设计”的原则,用简易的代码结构就能实现复杂的DIT-FFT蝶形运算,代码设计风格极其简洁,详细可参考附录代码。(DIT-FFT to Jane design and Implementation Engineering description This design is based on the discussion to simple design method to achieve the 2-FFT algorithm according to the base time selection (DIF-FFT) implementation process, support N from 8 to 1024. Case Supplement In this case, both the module division, the counter design, and the reading and writing of table tennis operations are always based on the "to Jane" design)
Platform: | Size: 861184 | Author: 明德扬科教 | Hits:
« 12 3 »

CodeBus www.codebus.net